home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / chelp.fpl.readme < prev    next >
Text File  |  1995-08-23  |  2KB  |  43 lines

  1. ############################################
  2. File: CHelp.FPL
  3. Author: Mathias Axelsson
  4. Email: FidoNet 2:204/211.0
  5.        max@coders.ct.se
  6.        d94matax@isy.liu.se
  7.        matax@lysator.liu.se
  8. Short description: Lookup things in autodocs using Chelp
  9. Version: 1.2
  10. Date: 28.7.95
  11. Local settings:
  12. Global settings:
  13. Keysequence: Add to your favorite key!
  14. Type:
  15. Prereq:
  16. ############################################
  17.  
  18. FUNCTION
  19.   By using this script you can lookup any keyword using the external program
  20. CHelp (written by Robert Wahlström) to find things in the includes and
  21. autodocs. If you assign this function to a key, then the script will lookup
  22. the keyword under the cursor. If there isn't any word under the cursor, you're
  23. prompted witha requester asking you for a keyword. If CHelp isn't running, it will
  24. try to start CHelp in the background. Please note that CHelp must be in your path,
  25. otherwise it will not be found. If you don't have it in your path, then edit
  26. the System("run >NIL: CHelp...") line to include the path to CHelp.
  27.  
  28. HISTORY:
  29.  
  30. 1.2:  A lot of new stuff included because Niclas Angare came up with a lot of
  31.       new stuff. I also added a config window to enable setup of CHelp stuff.
  32.       The script also changes the FACT to use . and _ as word symbol. I
  33.       intend to add switches for this in the next version.
  34.  
  35. Install:
  36.   Add a line with "Execute("Chelp.FPL");" to your User.FPL file. Also add a line
  37. with AssignKey("CHelp_lookup();", "Alt 1"); after that line to add the function
  38. to Alt 1 key sequence.
  39.  
  40. As the script now uses info variables you can set your own preferences. Just start
  41. the script and check under Settings/Program/CHelp for the settings. When you're
  42. satisfied save the config.
  43.